/*

 * jQuery Nivo Slider v3.1

 * http://nivo.dev7studios.com

 *

 * Copyright 2012, Dev7studios

 * Free to use and abuse under the MIT license.

 * http://www.opensource.org/licenses/mit-license.php

 */
/* Font-face Icons */

#nivo_wrapper {
    position: relative;
    width: 100%;
    margin: 20px auto;
}
/* The Nivo Slider styles */

.nivoSlider { 
    position: relative;
    width: 100%;
    height: auto;
    max-height: 472px;
    overflow: hidden;
    background-color: #000;
    /*
    border: 25px solid #333;
    border-left: 26px solid #333;
    border-right: 26px solid #333;
    
    border-radius: 45px;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.85);
    -moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.85);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.85);*/
}
.nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
   /* border-radius: 25px;*/  

}
.nivoSlider img.desktop{display: block;}
.nivoSlider img.mobile{display: none;}
.nivo-main-image {
    display: block!important;
    position: relative!important;
    width: 100%!important;
}
/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    /*display:none;*/
}
/* The slices and boxes in the Slider */

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}
.nivo-box img {
    display: block;
}
/* Caption styles */
/*LO SFONDO DELLA PRIMA SLIDE E' RIMOSSO DA FILE JS "start_slider" row=15 e row=65*/

.nivo-caption {
	position: absolute;
    left: -700px;
    width: 460px;
    height: 100%;
    top: 0;
    margin-top: 0px;
    margin-left: 0px; 
    color: #fff;
    z-index: 8;
    overflow: hidden;
    display: none;
    cursor: pointer;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 25px 30px;
}
.nivo_capt_box {
    position: absolute;
    top:0;
    bottom: 0;
    margin: auto;
    padding: 15px;
    width: auto;
    height: 300px;
    /*border-radius: 10px;*/
    color: #fff;
    z-index: 8;
    overflow: hidden;
    display: table;
    cursor: pointer;
}
/*NASCONDO LO SFONDO DAL CAPTION DALLA SLIDE DEL VIDEO*/
.nivo_capt_box .disp_table_cell{
    height: 100% !important;
}
.nivo_capt_box.transparent {
    background-color: rgba(0, 0, 0, 0);
}
.nivo-caption:first-child() {
}
/*HOMEPAGE*/

.nivo-caption .txt_wrap {
    border-bottom: 4px solid #b0c335;
}
.nivo-caption h1 {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 2.5em;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-family: 'HelveticaNeueLTStd-Lt','Arial', sans-serif;
    font-weight: 700;
    color: #ffffff;
    /*text-shadow: 0px 0px 3px #0000*/
    
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
    padding-bottom: 5px;
}
.nivo-caption h2 {
    width: 100%;
    float: left;
    padding: 0px 10px;
    margin: 0;
    color: #ffffff;
    opacity: 1;
    line-height: 1;
    font-size: 1.7em;
    font-family: 'HelveticaNeueLTStd-Lt','Arial', sans-serif;
    font-weight: 700;
    text-align: center;
}
.nivo-caption p {
    width: 100%;
    font-weight: 400;
    font-size: 1.5em;
    float: left;
    color: #ffffff;
    font-family: 'HelveticaNeueLTStd-Roman','Arial', sans-serif;
    text-align: left;
}
.nivo-caption p.cta {

}
.nivo-caption p a {
    display: inline!important;
    color: #004d91;
    font-size: 1.2em;    background-color: #ffffff;
    padding: 10px 15px;
}
.nivo-html-caption {
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
    display: none;
}
.nivo-prevNav {
    left: 0;
}
.nivo-nextNav {
    right: 0;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
    text-align: center;
    padding: 15px 0px 5px 0px;
    float: left;
    display: none;
    bottom: -7px;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 888;

}
.nivo-controlNav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 5px;
    border-radius: 7px;
    text-indent: -9999px;
    background: none;
    background-color: #d9dadb;
}
.nivo-controlNav a.active {
    background-color: #dc002e;
    ;
}
.theme-default .nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a {
    opacity: 1;
}
.theme-default a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}
.theme-default a.nivo-prevNav {
    left: 15px;
}
/*ANIMAZIONI CSS*/


/* Grow */

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*-moz-osx-font-smoothing: grayscale;*/
    
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active,
.nivo-caption:hover p.cta.hvr-grow,
.nivo-caption:focus p.cta.hvr-grow,
.nivo-caption:active p.cta.hvr-grow {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
@media all and (max-width: 1480px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1480px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1480px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1480px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1480px), only screen and (min-resolution: 192dpi) and (max-width: 1480px), only screen and (min-resolution: 2dppx) and (max-width: 1480px) {

}

@media all and (max-width: 1180px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1180px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1180px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1180px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1180px), only screen and (min-resolution: 192dpi) and (max-width: 1180px), only screen and (min-resolution: 2dppx) and (max-width: 1180px) {

}

@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

	.nivo_capt_box {padding: 10px;}
	.nivo-caption h1 {font-size: 1.5em;}
    .nivoSlider,
    .nivo_capt_box { border-radius: 0px;}
    #nivo_wrapper {
        position:relative;
        width:100%;
        margin:0px auto 10px auto;
        padding: 0;
        padding-top: 0% !important;
    }
    .nivo-caption { top: 0%;}
    .nivo_capt_box {top: 0%;height: 250px;}

    .lift_tables_slider .nivo_capt_box p{font-size: 1em; }
}

@media all and (max-width: 960px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 960px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 960px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 960px), only screen and (min-device-pixel-ratio: 2) and (max-width: 960px), only screen and (min-resolution: 192dpi) and (max-width: 960px), only screen and (min-resolution: 2dppx) and (max-width: 960px) {

}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
    .nivo-caption h1 {font-size: 1.3em;}
    .nivoSlider img.desktop{display: none;}
    .nivoSlider img.mobile{display: block;}
}

@media all and (max-width: 640px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 640px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 640px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 640px), only screen and (min-device-pixel-ratio: 2) and (max-width: 640px), only screen and (min-resolution: 192dpi) and (max-width: 640px), only screen and (min-resolution: 2dppx) and (max-width: 640px) {
    .nivo_capt_box {height: 180px;}
    .nivo-caption {width: 100%;}
} 

@media all and (max-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 480px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 480px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 480px), only screen and (min-device-pixel-ratio: 2) and (max-width: 480px), only screen and (min-resolution: 192dpi) and (max-width: 480px), only screen and (min-resolution: 2dppx) and (max-width: 480px) {
    .nivo_capt_box { height: 130px;}
    .nivo-caption p {display: none;}
    .nivo-caption p.cta { display: block;}
}

@media all and (max-width: 320px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 320px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 320px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 320px), only screen and (min-device-pixel-ratio: 2) and (max-width: 320px), only screen and (min-resolution: 192dpi) and (max-width: 320px), only screen and (min-resolution: 2dppx) and (max-width: 320px) {

}